home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Puzzle
/
darkmelt.swf
/
scripts
/
DefineSprite_239
/
frame_2
/
DoAction.as
Wrap
Text File
|
2006-06-07
|
443b
|
23 lines
if(editorMode == true)
{
gotoAndStop("editorModeStart");
play();
stop();
}
makeWindSound();
this.attachMovie("levelEnd_mc","levelEnd_mc",1000);
this.levelEnd_mc._y = 155;
this.levelEnd_mc._x = -365;
var audioFlag = true;
if(robotMode == true)
{
backgroundMusic(1);
robotFrameCount = 0;
robotMoveTimesIndex = 0;
robotJumpTimesIndex = 0;
score = 0;
gotoAndStop("startGame");
play();
}
stop();